Defines a submit form action. A submit form action transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL).
Initializes a new PDFSubmitFormAction object.
Initializes a new PDFSubmitFormAction object with the specified COS action.
Creates a PDF action from a cos dictionary.
Gets a value indicating whether only the annotations created by the current user are submitted.
Gets the sequence of actions to be performed after this action.
Gets the cos action object.
Gets the format of the submitted data.
Gets a value indicating whether the PDF file is embedded in the submitted data.
Gets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.
Gets a value indicating whether the fields should be submitted or not.
Gets the URL the form data is submitted for processing.
Gets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.
Gets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.
Gets a value indicating whether the fields with no value are submitted.
Sets the sequence of actions to be performed after this action.
Sets the format of the submitted data.
Sets a value indicating whether the PDF file is embedded in the submitted data.
Sets a value indicating whether only the annotations created by the current user are submitted.
Sets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.
Sets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.
Sets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.
Sets a value indicating whether the fields with no value are submitted.
Sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.
Sets a value indicating whether the fields should be submitted or not.
Sets the URL the form data is submitted for processing.
Sets a value indicating whether the field values representing dates are converted to the standard PDF format.
Sets a value indicating whether the form data is submitted using HTTP GET method.
Gets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.
Gets a value indicating whether the field values representing dates are converted to the standard PDF format.
Gets a value indicating whether the form data is submitted using HTTP GET method.